From af2fc05cfd112a3be763e5e844b642cf1b2e97b9 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 31 Jan 2025 09:02:10 +0900 Subject: yet another day of tweaking. Everyday you find a small bug or needs to be tweaked :) --- config/waybar/style/[Wallust] Simple.css | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) (limited to 'config/waybar/style/[Wallust] Simple.css') diff --git a/config/waybar/style/[Wallust] Simple.css b/config/waybar/style/[Wallust] Simple.css index eb0ee0e9..baeb3584 100644 --- a/config/waybar/style/[Wallust] Simple.css +++ b/config/waybar/style/[Wallust] Simple.css @@ -45,6 +45,7 @@ tooltip { } /*-----modules indv----*/ +#taskbar button, #workspaces button { color: @color2; box-shadow: none; @@ -57,6 +58,7 @@ tooltip { transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682); } +#taskbar button.active, #workspaces button.active { color: @foreground; background-color: @color2; @@ -75,6 +77,7 @@ tooltip { border-radius: 10px; } +#taskbar button:hover, #workspaces button:hover { color: @color4; padding-left: 2px; @@ -175,22 +178,6 @@ tooltip { } } -#taskbar button.active { - color: @foreground; - background-color: @color2; - border-radius: 30px; - animation: gradient_f 20s ease-in infinite; - transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); -} - -#taskbar button:hover { - padding-left: 3px; - padding-right: 3px; - border-radius: 15px; - animation: gradient_f 20s ease-in infinite; - transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); -} - #battery.critical:not(.charging) { color: #f53c3c; animation-name: blink; -- cgit v1.2.3